home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / bbs / win31fbb / windows.fbb < prev   
Text File  |  1992-10-25  |  5KB  |  171 lines

  1.  
  2. Hello Dr. OM...
  3.  
  4. Here follows a summery of my experince with running my FBB under
  5. Windows 3.1.
  6.  
  7. Please be tolerant with my English...
  8.  
  9. This mail contains following:
  10. 1. My hardware.
  11. 2. Why I did try to use Windows.
  12. 3. How did it work before.
  13. 4. My first attempt with Windows.
  14. 5. Now it's "running"...
  15.  
  16.  
  17. 1. My hardware:
  18. ---------------
  19. My hardware at this time is:
  20. Computer: IBM Clone 80386 33MHz
  21. Modem:    Kantronics KAM.
  22.  
  23.  
  24. 2. Why I did try to use Windows:
  25. --------------------------------
  26. In my job as a Teacher educating seaman (mostly Danish Officers) to use
  27. Personal Computers (PC's), I feel it soon will be necessary to implement
  28. Windows in the education, and as I had no experience, I choose to
  29. Install Windows... But I also feel that if I don't have something to do
  30. in Windows, as for example running my everyday and beloved packet
  31. program, I would not be able to learn Windows this Quick....
  32.  
  33.  
  34. 3. How did it work before:
  35. --------------------------
  36. As my modem are The KAM from Kantronics, I have to run FBB under The BPQ
  37. node...
  38. FBB now have implemented KAM host mode, but unfortunately it doesn't
  39. funktion very well...
  40. 1st I started up my computer vith DOS 5.00 and 4DOS.
  41. 2nd I loaded The BPQ node, as theprescribed in the BPQ doc.
  42. 3rd I Loaded Desqview (XDV).
  43. 4th I opened a window with FBB.
  44.  
  45. All my drivers was loaded High, and still I had problems shelling out
  46. from FBB... - Had to reduce the number of ports to 5 and to set a lower
  47. number of buffers in the BPQ node...
  48.  
  49. I also had a problem with a lot of restarts of the program, due to
  50. Memory Allocation Errors... (Might have been becourse of low free
  51. memory?)
  52.  
  53.  
  54. 4. My first attempt with Windows:
  55. ---------------------------------
  56. I installed Windows as prescribed, with a:setup <enter> - Then I
  57. restarted the computer to see if all was OK... Seemed to be...
  58. Now what...?... I made some small attempts to install other DOS programs
  59. in Windows, and soon got to be better and better doing it...
  60. But... As I was loading the BPQ node in my AUTOEXEC.BAT, and then
  61. Loaded Windows on top (by hand), I had troubles... The whole computer
  62. booted now and then... - Very annoying...
  63. Then I tryed to start Windows without the BPQ node, and then Windows ran
  64. allong fine... No problems at all..
  65. Then I studied the BPQ doc file to see if it said somthing about running
  66. BPQ with Windows - Nothing!
  67. Then I made some simple changes to my APPEL.BAT file, and called it
  68. FBB-BPQ.BAT... Follows:
  69.  
  70. c:
  71. cd c:\ama\bpq
  72. bpqcfg
  73. setkiss 1 9 k
  74. sleep 1
  75. setkiss 1 9 k
  76. sleep 1
  77. c:\ama\bpq\bpqcode
  78. cd\fbb\bin
  79.     echo off
  80.     c:
  81.     cd\fbb
  82.     break off
  83.     echo Programmet startes, bruk CTRL-C for aa avbryte innen 3 sekunder..
  84.     \fbb\bin\sleep 3
  85.     \fbb\bin\serv %1
  86.     if errorlevel 2 goto direct
  87.     if errorlevel 1 goto suite
  88.     goto fin
  89. :suite
  90.     cls
  91.     echo Sorterer HROUTE.SYS...
  92.     copy \fbb\system\hroute.sys temp.$$$                   
  93.     type temp.$$$ | sort | find /v "# " > \fbb\system\hroute.sys
  94.     del temp.$$$
  95.     echo
  96.     echo Backup av viktige filer...
  97.     copy \fbb\system\dirmes.sys \fbb\backup\dirmes.s1           
  98.     copy \fbb\system\inf.sys \fbb\backup\inf.s1                
  99.     echo Rydder opp i meldinger...
  100.     del \fbb\epurmess.res
  101.     \fbb\bin\epurmess
  102. :direct
  103.     cd\fbb\system
  104.     tlabel
  105.     cd\fbb\system\sat
  106.     if not exist amsat.txt goto appel                          
  107.     satupdat amsat.txt /n > satupdat.res
  108.     satupdat amsat.txt >> satupdat.res
  109.     del amsat.txt
  110. :appel
  111.     cd\fbb
  112.     echo Programmet startes, bruk CTRL-C for aa avbryte innen 3 sekunder...
  113.     \fbb\bin\sleep 3
  114.     \fbb\bin\serv -t
  115.     if errorlevel 2 goto direct
  116.     if errorlevel 1 goto suite
  117. :fin
  118.     echo Programmet avsluttes..
  119.     bpqn
  120.     break on
  121.     Echo on
  122.  
  123. Your APPEL.BAT might not look like this, as I have the Norwegian one.
  124.  
  125. Then I used the Windows PIF editor to create a PIF file to run the
  126. FBB-BPQ.BAT file...
  127. -----
  128. Program Filename: FBB-BPQ.BAT
  129. Window Title: BPQ & FBB
  130. Optional Parameters:
  131. Start-up Directory: C:\FBB\BIN
  132. Video memory: TEXT
  133. Memory Requirements: KB Required 600  KB Desired 640
  134. EMS memory:          KB Required 0    KB Limit 1024
  135. XMS memory:          KB Required 0    KB Limit 1024
  136. Display Usage: Full Screen            Execution: Background
  137.  
  138. Close Window on Exit
  139. -----
  140. Background Priority: 100   Foreground Priority: 100
  141.                      Detected Idle Time
  142.  
  143. Uses High Memory Area
  144.  
  145. Emulate Text Mode
  146.  
  147. Allow Fast Paste
  148.  
  149. Application Shortcut Key: None
  150. -----
  151.  
  152. I don't know if above are the best possible setup, but it runs with no
  153. problems this way... I changed only KB Required to 600 and Background
  154. Priority to 100... Else it's all default values...
  155.  
  156.  
  157. 5. Now it's "running"...
  158. ------------------------
  159. Now BPQ and FBB are funktioning under Windows... But... I think it could
  160. have been better, as I have no chance of useing both FBB and a DXCluster
  161. or a TCP/IP software at the same time... If someone have found out how
  162. to load BPQ before Windows, and having them run allong side by side
  163. without problems, then I'll be glad to know...
  164.  
  165. Hope you can use this info for some purpose...
  166.  
  167.      Vy 73 bibi de Per
  168.      OZ1KAD @ OZ5BBS.DNK.EU
  169.  
  170. ++++
  171.